* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: middle;
}
@media screen and (max-width: 1200px){
    
    .m-header{
    display: flex;
	z-index: 999999;
	width: 100%;
}
.m-nav{
	z-index: 99999;
}

	.m-header {
	    display: flex;
	    
	}
	.header{
		display: none;
	}
	
	.second-level ul li {
    width: 30%;
    height: auto;
    float: left;
}
	
	
}

.header {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 99;
	background: rgba(0, 0, 0, 0.47);
}

.nav {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav .logoImg {
	margin-top: 7px;
}

.nav ul {
	display: flex;
	margin-top: 10px;
}

.nav ul li a {
	color: #fff;
	padding: 16px 24px;
	font-size: 16px;
}

.nav ul li {
	display: flex;
}

.nav .cn_en a {
	color: #fff;
	font-size: 16px;
}

.nav .cn_en img {
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.nav .cn_en img:first-child {
	margin-right: 10px;
}

.nav .cn_en {
	position: relative;
	display: flex;
	align-items: center;
}

.nav .cn_en div {
	position: absolute;
	top: 46px;
	left: 4px;
	background: #fff;
	width: 100%;
	padding-top: 10px;
	display: none;
}

.nav .cn_en div a {
	color: #000;
}

.nav .cn_en div p {
	margin-bottom: 10px;
	    font-size: 20px;
}

.nav .cn_en .cn-a {
	margin-top: 4px;
}


/* 手机端 */

.m-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 60px;
	display: none;
	background: #09377b;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
	padding: 0 20px;
	/* box-shadow: 0 2px 2px #eee; */
}

.m-header .m-logo img{
	height: 40px;
	margin-top: 4px;
}
.ys_navph2_menu_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 22px;
}

.ys_navph2_menu_line,
.ys_navph2_menu_line::before,
.ys_navph2_menu_line::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .36s;
}

.ys_navph2_menu_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ys_navph2_menu_line::before {
    content: "";
    position: absolute;
    top: 10px;
}

.ys_navph2_menu_line::after {
    content: "";
    position: absolute;
    top: -10px;
}



.ys_navph2_menu_btn.act .ys_navph2_menu_line {
    background: transparent;
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::before {
    top: 0;
    transform: rotate(45deg);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::after {
    top: 0;
    transform: rotate(-45deg);
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 24px;
    /* transform: translateY(-50%); */
    width: 12px;
    height: 12px;
}
.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}


.ys_navph2_lang_modal.act {
    transform: translateX(0);
}
.ys_navph2_menu img{
	margin-right: 20px;
}


.m-nav {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 84px 0 50px;
    background: #fff;
    color: #fff;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.m-nav.act {
    transform: translateX(0);
}
.m-nav .fistUl{
	height: 80vh;
	overflow-y: auto;
}
.m-nav ul li{
	border-bottom: 1px solid #ddd;
	width: 90%;
	margin-left: 5%;
	position: relative;
	padding: 5px 0;
}
.m-nav ul li a{
	color: #333;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 80%;
}

.m-nav ul li ul{
	display: none;
	transition: none;
}
.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_nav_icon::before,
.ys_navph2_nav_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #666;
    transition: all .36s;
}
.m-nav li.act{
	border: none;
}
.m-nav li.act .ys_navph2_nav_icon::after {
    transform: rotate(90deg) !important;
}

.m-nav ul li>ul li{
	padding: 0;
	width: 97%;
	margin-left: 3%;
	border-bottom: 1px solid #eee;
}
/*.m-nav ul li>ul li:last-child{*/
/*    border-bottom: none;*/
/*}*/
.m-nav ul li>ul li a{
	height: 43px;
	line-height: 43px;
	width: 100%;
}





.footer{
	background: #09377b;
	color: #fff;
	padding-bottom: 20px;
}
.fotTop{
	text-align: center;
}
.fotTop a{
	color: #fff;
	font-size: 14px;
	line-height: 60px;
	margin: 0 30px;
}
.fotBox{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.fotleft{
	margin-top: 10px;
}
.fotright div{
	float: left;
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.fotcenter{
	margin-left: 20%;
}
.fotcenter p{
	margin-left: 3em;
	line-height: 1.6;
}
.fotcenter p:last-child{
	margin-left: 0;
}
.fotright span{
	display: inline-block;
	width: 1em;
	margin-left: 6px;
}
.fotcenter p span{
	margin-right: 30px;
}


@media screen and (max-width: 1200px){
	.footer{
		margin-top: 40px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.fotTop a{
		line-height: 30px;
	}
	.fotright{
		display: none;
	}
	.fotcenter{
		margin-left: 0;
	}
	.fotBox{
		width: 98%;
		margin-top: 0px;
	}
	.fotcenter p{
		margin-left: 0;
		display: none;
	}
	.fotcenter p span{
		margin-right: 20px;
	}
	.fotcenter p:last-child{
		display: block;
		padding-left: 10px;
		margin-top: 20px;
		padding-right: 10px;
	}
	
}
